home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-10-27 | 1.1 KB | 42 lines | [TEXT/GEOL] |
- Item 5758219 27-Oct-89 07:46
-
- From: SCHMUCKER1 Schmucker, Kurt
-
- To: UK0098 Sign Express Software
-
- cc: MACAPP.TECH$ MACAPP Tech
-
- Sub: Re: Mixing C and Pascal in…
-
- Mark,
-
- Two suggestions:
-
- 1) Convert to MacApp 2.0ß9.
-
- 2) I believe that the ORDER of the libraries in the linking makes the
- difference. Here is the Make file entries for the last time I mixed C and
- Pascal (it was with ß5 and probably an MPW 3.0 pre-release). Hope this helps:
-
- NeededSysLibs = ∂
- "{Libraries}Interface.o"∂
- "{CLibraries}"CLib881.o ∂
- "{CLibraries}"CInterface.o ∂
- "{CLibraries}"StdCLib.o ∂
- "{CLibraries}CSANELib881.o"∂
- "{CLibraries}Math881.o"∂
- "{CLibraries}Complex881.o"∂
- "{CLibraries}"CPlusLib.o ∂
- "{PLibraries}PasLib.o"∂
- "{Libraries}"ToolLibs.o ∂
- "{PLibraries}SANELib881.o" ∂
- "{Libraries}"ObjLib.o
-
-
- (Remember that AppleLink eats special characters, like the MPW line contiuation
- character.)
-
-
- Kurt
-
-